home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / TPP1SRC.ZIP / RELEASE.NFO < prev    next >
Encoding:
Text File  |  1996-04-30  |  1.6 KB  |  29 lines

  1.                                                           
  2.          ┌─--∙·                    ·∙·                      ·∙-──┐
  3.          |  T ∙ P ∙ P ∙ ' ∙ s    I ∙ N ∙ T ∙ R ∙ O    N ∙ # ∙ 1  |
  4.          └─--∙·                    ·∙·                      ·∙-──┘
  5.  
  6.  
  7.   Well ppl, here it is. This is not much of a sourcecode but an old unfinished
  8. proggy sleeping in my HD; then i decided to distribute it as a sourcecode, so
  9. begginers could make themselves idea of mode 13h programming. Do whatever
  10. you want with it except (of course) changing GFX and/or ripping. Now i see this
  11. stuff i could imagine a billon ways to speed it up, please don't take it that
  12. seriously.
  13.  
  14.   I guess i should write some tech notes here... aw, well... let me see...
  15. haven't seen this almost half an year... Well, as you may see all the action
  16. is mode 13h, so a lot of optimizing was made for fiiting all that movement in
  17. the rastertime of my (ex)386DX. First of all, you could use .386 and take ad-
  18. ventage of 386 specific opcodes. The ball plotter uses bits for storing info
  19. (???), and that part is the real bottle-neck of the whole stuff. I could get
  20. 'em onto separate variables for some boost, but i wanted less size, so speed
  21. came after, sorry (yes, 4 bytes, but whatahell :))).
  22.  
  23.   There IS a major problem with the ball plotting routine itself: it doesn't
  24. skip background color correctly, so balls will cut themselves when aproaching.
  25. I discovered that little typo after spreading it... well, try to correct it
  26. if you want ;)))
  27.  
  28.   For more info and contacting, there you have MISC.NFO. l8r.
  29.